home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python2.6 / copyright < prev    next >
Text File  |  2009-11-02  |  27KB  |  545 lines

  1. This package was put together by Klee Dienes <klee@debian.org> from 
  2. sources from ftp.python.org:/pub/python, based on the Debianization by 
  3. the previous maintainers Bernd S. Brentrup <bsb@uni-muenster.de> and 
  4. Bruce Perens. Current maintainer is Matthias Klose <doko@debian.org>. 
  5.  
  6. It was downloaded from http://python.org/
  7.  
  8. Copyright:
  9.  
  10. Upstream Author: Guido van Rossum <guido@cwi.nl> and others.
  11.  
  12. License:
  13.  
  14. The following text includes the Python license and licenses and
  15. acknowledgements for incorporated software. The licenses can be read
  16. in the HTML and texinfo versions of the documentation as well, after
  17. installing the pythonx.y-doc package.
  18.  
  19.  
  20. Python License
  21. ==============
  22.  
  23. A. HISTORY OF THE SOFTWARE
  24. ==========================
  25.  
  26. Python was created in the early 1990s by Guido van Rossum at Stichting
  27. Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
  28. as a successor of a language called ABC.  Guido remains Python's
  29. principal author, although it includes many contributions from others.
  30.  
  31. In 1995, Guido continued his work on Python at the Corporation for
  32. National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
  33. in Reston, Virginia where he released several versions of the
  34. software.
  35.  
  36. In May 2000, Guido and the Python core development team moved to
  37. BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
  38. year, the PythonLabs team moved to Digital Creations (now Zope
  39. Corporation, see http://www.zope.com).  In 2001, the Python Software
  40. Foundation (PSF, see http://www.python.org/psf/) was formed, a
  41. non-profit organization created specifically to own Python-related
  42. Intellectual Property.  Zope Corporation is a sponsoring member of
  43. the PSF.
  44.  
  45. All Python releases are Open Source (see http://www.opensource.org for
  46. the Open Source Definition).  Historically, most, but not all, Python
  47. releases have also been GPL-compatible; the table below summarizes
  48. the various releases.
  49.  
  50.     Release         Derived     Year        Owner       GPL-
  51.                     from                                compatible? (1)
  52.  
  53.     0.9.0 thru 1.2              1991-1995   CWI         yes
  54.     1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
  55.     1.6             1.5.2       2000        CNRI        no
  56.     2.0             1.6         2000        BeOpen.com  no
  57.     1.6.1           1.6         2001        CNRI        yes (2)
  58.     2.1             2.0+1.6.1   2001        PSF         no
  59.     2.0.1           2.0+1.6.1   2001        PSF         yes
  60.     2.1.1           2.1+2.0.1   2001        PSF         yes
  61.     2.2             2.1.1       2001        PSF         yes
  62.     2.1.2           2.1.1       2002        PSF         yes
  63.     2.1.3           2.1.2       2002        PSF         yes
  64.     2.2.1           2.2         2002        PSF         yes
  65.     2.2.2           2.2.1       2002        PSF         yes
  66.     2.2.3           2.2.2       2003        PSF         yes
  67.     2.3             2.2.2       2002-2003   PSF         yes
  68.     2.3.1           2.3         2002-2003   PSF         yes
  69.     2.3.2           2.3.1       2002-2003   PSF         yes
  70.     2.3.3           2.3.2       2002-2003   PSF         yes
  71.     2.3.4           2.3.3       2004        PSF         yes
  72.     2.3.5           2.3.4       2005        PSF         yes
  73.     2.4             2.3         2004        PSF         yes
  74.     2.4.1           2.4         2005        PSF         yes
  75.     2.4.2           2.4.1       2005        PSF         yes
  76.     2.4.3           2.4.2       2006        PSF         yes
  77.     2.5             2.4         2006        PSF         yes
  78.     2.5.1           2.5         2007        PSF         yes
  79.  
  80. Footnotes:
  81.  
  82. (1) GPL-compatible doesn't mean that we're distributing Python under
  83.     the GPL.  All Python licenses, unlike the GPL, let you distribute
  84.     a modified version without making your changes open source.  The
  85.     GPL-compatible licenses make it possible to combine Python with
  86.     other software that is released under the GPL; the others don't.
  87.  
  88. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
  89.     because its license has a choice of law clause.  According to
  90.     CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
  91.     is "not incompatible" with the GPL.
  92.  
  93. Thanks to the many outside volunteers who have worked under Guido's
  94. direction to make these releases possible.
  95.  
  96.  
  97. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
  98. ===============================================================
  99.  
  100. PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
  101. --------------------------------------------
  102.  
  103. 1. This LICENSE AGREEMENT is between the Python Software Foundation
  104. ("PSF"), and the Individual or Organization ("Licensee") accessing and
  105. otherwise using this software ("Python") in source or binary form and
  106. its associated documentation.
  107.  
  108. 2. Subject to the terms and conditions of this License Agreement, PSF
  109. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  110. license to reproduce, analyze, test, perform and/or display publicly,
  111. prepare derivative works, distribute, and otherwise use Python
  112. alone or in any derivative version, provided, however, that PSF's
  113. License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
  114. 2001, 2002, 2003, 2004, 2005, 2006, 2007 Python Software Foundation; 
  115. All Rights Reserved" are retained in Python alone or in any derivative 
  116. version prepared by Licensee.
  117.  
  118. 3. In the event Licensee prepares a derivative work that is based on
  119. or incorporates Python or any part thereof, and wants to make
  120. the derivative work available to others as provided herein, then
  121. Licensee hereby agrees to include in any such work a brief summary of
  122. the changes made to Python.
  123.  
  124. 4. PSF is making Python available to Licensee on an "AS IS"
  125. basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  126. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
  127. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  128. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
  129. INFRINGE ANY THIRD PARTY RIGHTS.
  130.  
  131. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  132. FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  133. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
  134. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  135.  
  136. 6. This License Agreement will automatically terminate upon a material
  137. breach of its terms and conditions.
  138.  
  139. 7. Nothing in this License Agreement shall be deemed to create any
  140. relationship of agency, partnership, or joint venture between PSF and
  141. Licensee.  This License Agreement does not grant permission to use PSF
  142. trademarks or trade name in a trademark sense to endorse or promote
  143. products or services of Licensee, or any third party.
  144.  
  145. 8. By copying, installing or otherwise using Python, Licensee
  146. agrees to be bound by the terms and conditions of this License
  147. Agreement.
  148.  
  149.  
  150. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
  151. -------------------------------------------
  152.  
  153. BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
  154.  
  155. 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
  156. office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
  157. Individual or Organization ("Licensee") accessing and otherwise using
  158. this software in source or binary form and its associated
  159. documentation ("the Software").
  160.  
  161. 2. Subject to the terms and conditions of this BeOpen Python License
  162. Agreement, BeOpen hereby grants Licensee a non-exclusive,
  163. royalty-free, world-wide license to reproduce, analyze, test, perform
  164. and/or display publicly, prepare derivative works, distribute, and
  165. otherwise use the Software alone or in any derivative version,
  166. provided, however, that the BeOpen Python License is retained in the
  167. Software, alone or in any derivative version prepared by Licensee.
  168.  
  169. 3. BeOpen is making the Software available to Licensee on an "AS IS"
  170. basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  171. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
  172. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  173. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
  174. INFRINGE ANY THIRD PARTY RIGHTS.
  175.  
  176. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
  177. SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
  178. AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
  179. DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  180.  
  181. 5. This License Agreement will automatically terminate upon a material
  182. breach of its terms and conditions.
  183.  
  184. 6. This License Agreement shall be governed by and interpreted in all
  185. respects by the law of the State of California, excluding conflict of
  186. law provisions.  Nothing in this License Agreement shall be deemed to
  187. create any relationship of agency, partnership, or joint venture
  188. between BeOpen and Licensee.  This License Agreement does not grant
  189. permission to use BeOpen trademarks or trade names in a trademark
  190. sense to endorse or promote products or services of Licensee, or any
  191. third party.  As an exception, the "BeOpen Python" logos available at
  192. http://www.pythonlabs.com/logos.html may be used according to the
  193. permissions granted on that web page.
  194.  
  195. 7. By copying, installing or otherwise using the software, Licensee
  196. agrees to be bound by the terms and conditions of this License
  197. Agreement.
  198.  
  199.  
  200. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
  201. ---------------------------------------
  202.  
  203. 1. This LICENSE AGREEMENT is between the Corporation for National
  204. Research Initiatives, having an office at 1895 Preston White Drive,
  205. Reston, VA 20191 ("CNRI"), and the Individual or Organization
  206. ("Licensee") accessing and otherwise using Python 1.6.1 software in
  207. source or binary form and its associated documentation.
  208.  
  209. 2. Subject to the terms and conditions of this License Agreement, CNRI
  210. hereby grants Licensee a nonexclusive, royalty-free, world-wide
  211. license to reproduce, analyze, test, perform and/or display publicly,
  212. prepare derivative works, distribute, and otherwise use Python 1.6.1
  213. alone or in any derivative version, provided, however, that CNRI's
  214. License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
  215. 1995-2001 Corporation for National Research Initiatives; All Rights
  216. Reserved" are retained in Python 1.6.1 alone or in any derivative
  217. version prepared by Licensee.  Alternately, in lieu of CNRI's License
  218. Agreement, Licensee may substitute the following text (omitting the
  219. quotes): "Python 1.6.1 is made available subject to the terms and
  220. conditions in CNRI's License Agreement.  This Agreement together with
  221. Python 1.6.1 may be located on the Internet using the following
  222. unique, persistent identifier (known as a handle): 1895.22/1013.  This
  223. Agreement may also be obtained from a proxy server on the Internet
  224. using the following URL: http://hdl.handle.net/1895.22/1013".
  225.  
  226. 3. In the event Licensee prepares a derivative work that is based on
  227. or incorporates Python 1.6.1 or any part thereof, and wants to make
  228. the derivative work available to others as provided herein, then
  229. Licensee hereby agrees to include in any such work a brief summary of
  230. the changes made to Python 1.6.1.
  231.  
  232. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
  233. basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
  234. IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
  235. DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
  236. FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
  237. INFRINGE ANY THIRD PARTY RIGHTS.
  238.  
  239. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
  240. 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
  241. A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
  242. OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
  243.  
  244. 6. This License Agreement will automatically terminate upon a material
  245. breach of its terms and conditions.
  246.  
  247. 7. This License Agreement shall be governed by the federal
  248. intellectual property law of the United States, including without
  249. limitation the federal copyright law, and, to the extent such
  250. U.S. federal law does not apply, by the law of the Commonwealth of
  251. Virginia, excluding Virginia's conflict of law provisions.
  252. Notwithstanding the foregoing, with regard to derivative works based
  253. on Python 1.6.1 that incorporate non-separable material that was
  254. previously distributed under the GNU General Public License (GPL), the
  255. law of the Commonwealth of Virginia shall govern this License
  256. Agreement only as to issues arising under or with respect to
  257. Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
  258. License Agreement shall be deemed to create any relationship of
  259. agency, partnership, or joint venture between CNRI and Licensee.  This
  260. License Agreement does not grant permission to use CNRI trademarks or
  261. trade name in a trademark sense to endorse or promote products or
  262. services of Licensee, or any third party.
  263.  
  264. 8. By clicking on the "ACCEPT" button where indicated, or by copying,
  265. installing or otherwise using Python 1.6.1, Licensee agrees to be
  266. bound by the terms and conditions of this License Agreement.
  267.  
  268.         ACCEPT
  269.  
  270.  
  271. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
  272. --------------------------------------------------
  273.  
  274. Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
  275. The Netherlands.  All rights reserved.
  276.  
  277. Permission to use, copy, modify, and distribute this software and its
  278. documentation for any purpose and without fee is hereby granted,
  279. provided that the above copyright notice appear in all copies and that
  280. both that copyright notice and this permission notice appear in
  281. supporting documentation, and that the name of Stichting Mathematisch
  282. Centrum or CWI not be used in advertising or publicity pertaining to
  283. distribution of the software without specific, written prior
  284. permission.
  285.  
  286. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
  287. THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  288. FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
  289. FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  290. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  291. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  292. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  293.  
  294.  
  295. Licenses and Acknowledgements for Incorporated Software
  296. =======================================================
  297.  
  298. Mersenne Twister
  299. ----------------
  300.  
  301. The `_random' module includes code based on a download from
  302. `http://www.math.keio.ac.jp/~matumoto/MT2002/emt19937ar.html'.  The
  303. following are the verbatim comments from the original code:
  304.  
  305.      A C-program for MT19937, with initialization improved 2002/1/26.
  306.      Coded by Takuji Nishimura and Makoto Matsumoto.
  307.  
  308.      Before using, initialize the state by using init_genrand(seed)
  309.      or init_by_array(init_key, key_length).
  310.  
  311.      Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
  312.      All rights reserved.
  313.  
  314.      Redistribution and use in source and binary forms, with or without
  315.      modification, are permitted provided that the following conditions
  316.      are met:
  317.  
  318.       1. Redistributions of source code must retain the above copyright
  319.          notice, this list of conditions and the following disclaimer.
  320.  
  321.       2. Redistributions in binary form must reproduce the above copyright
  322.          notice, this list of conditions and the following disclaimer in the
  323.          documentation and/or other materials provided with the distribution.
  324.  
  325.       3. The names of its contributors may not be used to endorse or promote
  326.          products derived from this software without specific prior written
  327.          permission.
  328.  
  329.      THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  330.      "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  331.      LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  332.      A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT
  333.      OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  334.      SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  335.      TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  336.      PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  337.      LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  338.      NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  339.      SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  340.  
  341.      Any feedback is very welcome.
  342.      http://www.math.keio.ac.jp/matumoto/emt.html
  343.      email: matumoto@math.keio.ac.jp
  344.  
  345.  
  346. Sockets
  347. -------
  348.  
  349. The `socket' module uses the functions, `getaddrinfo', and
  350. `getnameinfo', which are coded in separate source files from the WIDE
  351. Project, `http://www.wide.ad.jp/about/index.html'.
  352.  
  353.      Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  354.      All rights reserved.
  355.  
  356.      Redistribution and use in source and binary forms, with or without
  357.      modification, are permitted provided that the following conditions
  358.      are met:
  359.      1. Redistributions of source code must retain the above copyright
  360.         notice, this list of conditions and the following disclaimer.
  361.      2. Redistributions in binary form must reproduce the above copyright
  362.         notice, this list of conditions and the following disclaimer in the
  363.         documentation and/or other materials provided with the distribution.
  364.      3. Neither the name of the project nor the names of its contributors
  365.         may be used to endorse or promote products derived from this software
  366.         without specific prior written permission.
  367.  
  368.      THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  369.      GAI_ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  370.      IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  371.      ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
  372.      FOR GAI_ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  373.      CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  374.      SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  375.      INTERRUPTION) HOWEVER CAUSED AND ON GAI_ANY THEORY OF LIABILITY, WHETHER
  376.      IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  377.      ARISING IN GAI_ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  378.      OF THE POSSIBILITY OF SUCH DAMAGE.
  379.  
  380.  
  381. Floating point exception control
  382. --------------------------------
  383.  
  384. The source for the `fpectl' module includes the following notice:
  385.  
  386.      ---------------------------------------------------------------------  
  387.     /                       Copyright (c) 1996.                           \ 
  388.    |          The Regents of the University of California.                 |
  389.    |                        All rights reserved.                           |
  390.    |                                                                       |
  391.    |   Permission to use, copy, modify, and distribute this software for   |
  392.    |   any purpose without fee is hereby granted, provided that this en-   |
  393.    |   tire notice is included in all copies of any software which is or   |
  394.    |   includes  a  copy  or  modification  of  this software and in all   |
  395.    |   copies of the supporting documentation for such software.           |
  396.    |                                                                       |
  397.    |   This  work was produced at the University of California, Lawrence   |
  398.    |   Livermore National Laboratory under  contract  no.  W-7405-ENG-48   |
  399.    |   between  the  U.S.  Department  of  Energy and The Regents of the   |
  400.    |   University of California for the operation of UC LLNL.              |
  401.    |                                                                       |
  402.    |                              DISCLAIMER                               |
  403.    |                                                                       |
  404.    |   This  software was prepared as an account of work sponsored by an   |
  405.    |   agency of the United States Government. Neither the United States   |
  406.    |   Government  nor the University of California nor any of their em-   |
  407.    |   ployees, makes any warranty, express or implied, or  assumes  any   |
  408.    |   liability  or  responsibility  for the accuracy, completeness, or   |
  409.    |   usefulness of any information,  apparatus,  product,  or  process   |
  410.    |   disclosed,   or  represents  that  its  use  would  not  infringe   |
  411.    |   privately-owned rights. Reference herein to any specific  commer-   |
  412.    |   cial  products,  process,  or  service  by trade name, trademark,   |
  413.    |   manufacturer, or otherwise, does not  necessarily  constitute  or   |
  414.    |   imply  its endorsement, recommendation, or favoring by the United   |
  415.    |   States Government or the University of California. The views  and   |
  416.    |   opinions  of authors expressed herein do not necessarily state or   |
  417.    |   reflect those of the United States Government or  the  University   |
  418.    |   of  California,  and shall not be used for advertising or product   |
  419.     \  endorsement purposes.                                              / 
  420.      ---------------------------------------------------------------------
  421.  
  422.  
  423. Cookie management
  424. -----------------
  425.  
  426. The `Cookie' module contains the following notice:
  427.  
  428.       Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>
  429.  
  430.                      All Rights Reserved
  431.  
  432.       Permission to use, copy, modify, and distribute this software
  433.       and its documentation for any purpose and without fee is hereby
  434.       granted, provided that the above copyright notice appear in all
  435.       copies and that both that copyright notice and this permission
  436.       notice appear in supporting documentation, and that the name of
  437.       Timothy O'Malley  not be used in advertising or publicity
  438.       pertaining to distribution of the software without specific, written
  439.       prior permission.
  440.  
  441.       Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  442.       SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  443.       AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR
  444.       ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  445.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  446.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  447.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  448.       PERFORMANCE OF THIS SOFTWARE.
  449.  
  450.  
  451. Execution tracing
  452. -----------------
  453.  
  454. The `trace' module contains the following notice:
  455.  
  456.       portions copyright 2001, Autonomous Zones Industries, Inc., all rights...
  457.       err...  reserved and offered to the public under the terms of the
  458.       Python 2.2 license.
  459.       Author: Zooko O'Whielacronx
  460.       http://zooko.com/
  461.       mailto:zooko@zooko.com
  462.  
  463.       Copyright 2000, Mojam Media, Inc., all rights reserved.
  464.       Author: Skip Montanaro
  465.  
  466.       Copyright 1999, Bioreason, Inc., all rights reserved.
  467.       Author: Andrew Dalke
  468.  
  469.       Copyright 1995-1997, Automatrix, Inc., all rights reserved.
  470.       Author: Skip Montanaro
  471.  
  472.       Copyright 1991-1995, Stichting Mathematisch Centrum, all rights reserved.
  473.  
  474.       Permission to use, copy, modify, and distribute this Python software and
  475.       its associated documentation for any purpose without fee is hereby
  476.       granted, provided that the above copyright notice appears in all copies,
  477.       and that both that copyright notice and this permission notice appear in
  478.       supporting documentation, and that the name of neither Automatrix,
  479.       Bioreason or Mojam Media be used in advertising or publicity pertaining
  480.       to distribution of the software without specific, written prior
  481.       permission.
  482.  
  483.  
  484. UUencode and UUdecode functions
  485. -------------------------------
  486.  
  487. The `uu' module contains the following notice:
  488.  
  489.       Copyright 1994 by Lance Ellinghouse
  490.       Cathedral City, California Republic, United States of America.
  491.                              All Rights Reserved
  492.       Permission to use, copy, modify, and distribute this software and its
  493.       documentation for any purpose and without fee is hereby granted,
  494.       provided that the above copyright notice appear in all copies and that
  495.       both that copyright notice and this permission notice appear in
  496.       supporting documentation, and that the name of Lance Ellinghouse
  497.       not be used in advertising or publicity pertaining to distribution
  498.       of the software without specific, written prior permission.
  499.       LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
  500.       THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
  501.       FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE CENTRUM BE LIABLE
  502.       FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  503.       WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  504.       ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  505.       OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  506.  
  507.       Modified by Jack Jansen, CWI, July 1995:
  508.       - Use binascii module to do the actual line-by-line conversion
  509.         between ascii and binary. This results in a 1000-fold speedup. The C
  510.         version is still 5 times faster, though.
  511.       - Arguments more compliant with python standard
  512.  
  513.  
  514. XML Remote Procedure Calls
  515. --------------------------
  516.  
  517. The `xmlrpclib' module contains the following notice:
  518.  
  519.           The XML-RPC client interface is
  520.  
  521.       Copyright (c) 1999-2002 by Secret Labs AB
  522.       Copyright (c) 1999-2002 by Fredrik Lundh
  523.  
  524.       By obtaining, using, and/or copying this software and/or its
  525.       associated documentation, you agree that you have read, understood,
  526.       and will comply with the following terms and conditions:
  527.  
  528.       Permission to use, copy, modify, and distribute this software and
  529.       its associated documentation for any purpose and without fee is
  530.       hereby granted, provided that the above copyright notice appears in
  531.       all copies, and that both that copyright notice and this permission
  532.       notice appear in supporting documentation, and that the name of
  533.       Secret Labs AB or the author not be used in advertising or publicity
  534.       pertaining to distribution of the software without specific, written
  535.       prior permission.
  536.  
  537.       SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
  538.       TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANT-
  539.       ABILITY AND FITNESS.  IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR
  540.       BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
  541.       DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  542.       WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  543.       ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  544.       OF THIS SOFTWARE.
  545.